home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ston101.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-20  |  172b  |  12 lines

  1. Rem Stones Installation Batch File
  2. md game
  3. md text
  4. md user
  5. copy sto_text.exe text
  6. cd text
  7. sto_text.exe
  8. cd ..
  9. sto_main.exe
  10. del text\sto_text.exe
  11. del sto_main.exe
  12.